home *** CD-ROM | disk | FTP | other *** search
- // Dlgmsgbx.h contains equates for the menu items and buttons
- // used by the main dialog in Dlgmsgbx.cpp
-
- #define MAINDIALOGMENU 100
- #define IDM_ICONASTERISK 101
- #define IDM_ICONEXCLAMATION 102
- #define IDM_ICONHAND 103
- #define IDM_ICONINFORMATION 104
- #define IDM_ICONQUESTION 105
- #define IDM_MESSAGEBEEP 106
- #define IDM_ICONSTOP 107
- #define IDM_OK 108
- #define IDM_OKCANCEL 109
- #define IDM_RETRYCANCEL 110
- #define IDM_YESNO 111
- #define IDM_YESNOCANCEL 112
- #define IDM_MESSAGEBEEPLOOP 113
- #define IDM_ABORTRETRYIGNORE 114
-
- #define IDB_ICONASTERISK 201
- #define IDB_ICONEXCLAMATION 202
- #define IDB_ICONHAND 203
- #define IDB_ICONINFORMATION 204
- #define IDB_ICONQUESTION 205
- #define IDB_MESSAGEBEEP 206
- #define IDB_ICONSTOP 207
- #define IDB_OK 208
- #define IDB_OKCANCEL 209
- #define IDB_RETRYCANCEL 210
- #define IDB_YESNO 211
- #define IDB_YESNOCANCEL 212
- #define IDB_MESSAGEBEEPLOOP 213
- #define IDB_ABORTRETRYIGNORE 214
-
-